https://github.com/bcbi/predictmdapi.jl
Abstract types, traits, and functions that define the PredictMD application programming interface (API)
https://github.com/bcbi/predictmdapi.jl
Last synced: 7 months ago
JSON representation
Abstract types, traits, and functions that define the PredictMD application programming interface (API)
- Host: GitHub
- URL: https://github.com/bcbi/predictmdapi.jl
- Owner: bcbi
- License: mit
- Created: 2019-05-28T08:13:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T02:01:13.000Z (over 6 years ago)
- Last Synced: 2025-02-02T01:27:29.833Z (over 1 year ago)
- Language: Julia
- Homepage: https://predictmd.net
- Size: 60.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# PredictMDAPI
The PredictMDAPI package provides the abstract types, traits, and functions that define the [PredictMD](https://predictmd.net) application programming interface (API).
This is a very lightweight package. It has no dependencies. The only lines of code are:
- Abstract types, i.e. `abstract type Foo end`
- Immutable composite types with no fields, i.e. `struct Bar <: Foo end`
- Function stubs, i.e. `function hello end`