A crate for parsing and creating BitTorrent metainfo files (`.torrent`)
Range calculation helper.
Archaic attempt at autonomous non-sandboxed distributed artificial life of assembler automaton type.
Use std::ops traits with Futures
Enum and positional typed bitsets with Set API
Bitfield structs, batteries included!
Easy to implement predicate crate traits
Official Rust client for the StringEncrypt.com Web API — generate polymorphic decryptors for many programming languages.
Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.
Kleene Logic within Rust's type system
Collection of architectural tools including flags, state machine, enum and tuple operations.
A platform-adaptive atomic tagged pointer implementation supporting 32-bit, 48-bit, and 52/57-bit high virtual address layouts with ABA protection.