Docs.rs
  • rvimage-0.2.2
    • rvimage 0.2.2
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • bertiqwerty
    • Dependencies
      • azure_storage ^0.17.0 normal
      • azure_storage_blobs ^0.17.0 normal
      • conv ^0.3.3 normal
      • dirs ^5.0.1 normal
      • edit ^0.1.4 normal
      • eframe ^0.24.1 normal
      • egui ^0.24.1 normal
      • exmex ^0.18.0 normal
      • futures ^0.3 normal
      • httparse ~1.8 normal
      • image ^0.24.7 normal
      • imageproc ~0.23 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4 normal
      • percent-encoding ^2.3.0 normal
      • rand ^0.8.5 normal
      • regex ^1.9.5 normal
      • reqwest ^0.11.20 normal
      • rfd ^0.12.0 normal
      • rusttype ^0.9.3 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • ssh2 ^0.9 normal
      • tokio ^1.32.0 normal
      • toml ^0.8.1 normal
      • uuid ^1.4.1 normal
      • walkdir ^2.3.3 normal
    • Versions
    • 2.88% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

rvlib0.2.2

  • All Items
  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Functions
  • Type Aliases
?
Change settings

Crate rvlib

source ·

Re-exports

  • pub use domain::GeoFig;
  • pub use domain::Polygon;
  • pub use domain::Shape;
  • pub use domain::BB;
  • pub use main_loop::MainEventLoop;
  • pub use tools_data::annotations;

Modules

  • cfg
  • control
  • domain
  • file_util
  • history
  • httpserver
  • image_util
  • main_loop
  • menu
  • result
  • tools
  • tools_data
  • world

Macros

  • annotations_accessor
  • annotations_accessor_mut
  • apply_tool_method_mut
  • defer
  • defer_file_removal
  • defer_folder_removal
  • impl_point_into
  • implement_annotations_getters
  • make_tool_transform
  • p_to_rv
  • rverr
    Creates an RvError with a formatted message.
  • tools_data_accessor
  • tools_data_accessor_mut
  • tools_data_initializer

Structs

  • Annotation
  • Events
  • Stroke
  • UpdateView

Enums

  • Event
  • KeyCode

Functions

  • orig_2_view
  • orig_pos_2_view_pos
    Converts the position of a pixel in the view to the coordinates of the original image
  • project_on_bb
  • scale_coord
    Scales a coordinate from an axis of size_from to an axis of size_to
  • view_pos_2_orig_pos
    Converts the position of a pixel in the view to the coordinates of the original image

Type Aliases

  • ImageU8
  • UpdateAnnos
  • UpdateImage
  • UpdateZoomBox