Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracting the module #3

Closed
wants to merge 4 commits into from
Closed

Extracting the module #3

wants to merge 4 commits into from

Commits on Apr 12, 2020

  1. WIP extracting to module...

    this is branched off of `gen_schema_2`
    stanistan committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    108352c View commit details
    Browse the repository at this point in the history
  2. :kill: schema

    stanistan committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    efdb1e7 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2020

  1. actually remove schema

    stanistan committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1e51a44 View commit details
    Browse the repository at this point in the history
  2. Things are kinda working...

    _but_ there's an issue with `serde` being imported in both libraries.
    I'd really like to have that not be the case.
    
    Other changes...
    
    - added the module name to the `Table` trait, could be better for errors
    and messaging/debugging.
    
    - figured out _something_ with forwarding external dependencies with
    `$crate::Dep`
    
    - `run_proxy!` macro can be used as _main_, so that means, (coolly),
    that we don't need tokio to be included in the user's lib, all the stuff
    with it not working was just a bad copypasta, and poor error messages
    before.
    stanistan committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    30c7c72 View commit details
    Browse the repository at this point in the history