Docs.rs
  • strict_encoding-2.6.2
    • strict_encoding 2.6.2
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • dr-orlovsky
    • Dependencies
      • amplify ^4.5.0 normal
      • half ~2.2.0 normal
      • serde ^1 normal
      • strict_encoding_derive ^2.0.1 normal
      • amplify ^4.5.0 dev
      • rand ^0.8.5 dev
      • strict_encoding_test ^2.0.0 dev
    • Versions
    • 0.22% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

strict_encoding2.6.2

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
  • Derive Macros
?
Change settings

Crate strict_encoding

source ·

Re-exports

  • pub use stl::Bool;
  • pub use stl::RestrictedCharacter;
  • pub use stl::RestrictedString;
  • pub use stl::U4;
  • pub use stl::U5;
  • pub use strict_encoding_derive as derive;

Modules

  • constants
  • stl

Macros

  • fname
  • impl_strict_newtype
  • impl_strict_struct
  • libname
  • strict_dumb
  • tn
  • vname

Structs

  • Byte
  • FieldName
  • Ident
    Identifier (field or type name).
  • LibName
  • NumInfo
    Information about numeric type
  • NumSize
  • Primitive
  • Sizing
  • StrictReader
  • StrictWriter
  • StructWriter
  • TypeInfo
  • TypeName
  • UnionWriter
  • Variant
  • VariantError

Enums

  • DecodeError
  • DeserializeError
  • InvalidIdent
  • NumCls
    Class of the number type
  • SerializeError
  • TypeClass

Constants

  • LIB_EMBEDDED
  • LIB_NAME_STD
  • NO_LIBDeprecated
  • STD_LIBDeprecated
  • STRICT_TYPES_LIB

Traits

  • DefineEnum
  • DefineStruct
  • DefineTuple
  • DefineUnion
  • ReadStruct
  • ReadTuple
  • ReadUnion
  • SplitParent
  • StrictDecode
  • StrictDeserialize
  • StrictDumb
  • StrictEncode
  • StrictEnum
  • StrictParent
  • StrictProduct
  • StrictSerialize
  • StrictStruct
  • StrictSum
  • StrictTuple
  • StrictType
  • StrictUnion
  • TypedParent
  • TypedRead
  • TypedWrite
  • WriteEnum
  • WriteStruct
  • WriteTuple
  • WriteUnion

Type Aliases

  • VariantName

Derive Macros

  • StrictDecode
    Derives StrictDecode implementation for the type.
  • StrictDumb
    Derives StrictDumb implementation for the type.
  • StrictEncode
    Derives StrictEncode implementation for the type.
  • StrictType
    Derives StrictType implementation for the type.