known-types-github 0.1.0

Well-known types for GitHub APIs.
Documentation
1
2
3
4
5
6
7
// This is free and unencumbered software released into the public domain.

#[cfg(feature = "alloc")]
extern crate alloc;

#[cfg(feature = "alloc")]
pub use alloc::string::String;