Docs.rs
kicad-api-rs-0.1.0
kicad-api-rs 0.1.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
craftyjon
Dependencies
enum-as-inner ^0.6.0
normal
nng ^1.0.1
normal
num-derive ^0.4.1
normal
num-traits ^0.2.17
normal
protobuf ^3.7.2
normal
quick-error ^2.0.1
normal
rand ^0.9.1
normal
licensesnip ^1.6.0
dev
rand ^0.9.1
dev
git2 ^0.20.0
build
prettyplease ^0.2.33
build
proc-macro2 ^1.0.76
build
protobuf-codegen ^3.7.2
build
quote ^1.0.35
build
regex ^1.11
build
syn ^2.0.101
build
walkdir ^2.4.0
build
Versions
26.19%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
kicad
0.1.0
Generic
Board
Item
Required Methods
id
pack
Implementors
In kicad::
board
kicad
::
board
Trait
GenericBoardItem
Copy item path
Source
pub trait GenericBoardItem { // Required methods fn
id
(&self) -> &KIID;
fn
pack
(&self) ->
Any
; }
Required Methods
§
Source
fn
id
(&self) -> &KIID
Source
fn
pack
(&self) ->
Any
Implementors
§
Source
§
impl
GenericBoardItem
for
ArcTrack
Source
§
impl
GenericBoardItem
for
Track
Source
§
impl
GenericBoardItem
for
Via