Docs.rs
  • ada-0.3.0
    • ada 0.3.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • deep110
    • Dependencies
      • minifb ^0.19.2 dev
    • Versions
    • 51.22% 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

ada0.3.0

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Canvas
  • color::Color
  • shape::CubicBezier2D
  • shape::Ellipse2D
  • shape::Line2D
  • shape::Polygon2D
  • shape::QuadraticBezier2D
  • shape::Rectangle2D

Enums

  • errors::Error

Traits

  • shape::Shape

Macros

  • color

Functions

  • errors::unsupported_error
  • shape::draw_cubic_bezier2d
  • shape::draw_ellipse2d
  • shape::draw_ellipse2d_filled
  • shape::draw_line2d
  • shape::draw_polygon2d
  • shape::draw_polygon2d_filled
  • shape::draw_quadratic_bezier2d
  • shape::draw_rect2d
  • shape::draw_rect2d_filled

Type Aliases

  • Result

Constants

  • color::BLACK
  • color::BLUE
  • color::GREEN
  • color::RED
  • color::WHITE