Docs.rs
  • segment-tree-2.0.0
    • segment-tree 2.0.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Darksonn
    • Dependencies
      • num-bigint ~0.2.0 normal optional
      • rand ^0.6 dev
    • Versions
    • 94.74% of the crate is documented
  • 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

segment_tree2.0.0

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • PointSegment
  • PrefixPoint
  • SegmentPoint
  • ops::Add
  • ops::And
  • ops::Max
  • ops::MaxIgnoreNaN
  • ops::MaxTakeNaN
  • ops::Min
  • ops::MinIgnoreNaN
  • ops::MinTakeNaN
  • ops::Mul
  • ops::Or
  • ops::Pair
  • ops::Xor

Enums

  • maybe_owned::MaybeOwned

Traits

  • ops::Commutative
  • ops::Identity
  • ops::Invertible
  • ops::Operation