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

RFC: Not so twisted snakes. #586

Merged
merged 1 commit into from Apr 19, 2018
Merged

RFC: Not so twisted snakes. #586

merged 1 commit into from Apr 19, 2018

Commits on Apr 19, 2018

  1. Not so twisted snakes.

    Improve to_snake implementation. For example:
    
    Type name    | Old module name | New module name
    -------------|-----------------|----------------
    DBusMessage  | d_bus_message   | dbus_message
    FileIOStream | file_i_o_stream | file_io_stream
    IMContext    | i_m_context     | im_context
    IOStream     | i_o_stream      | io_stream
    URIHandler   | u_r_i_handler   | uri_handler
    UnixFDList   | unix_f_d_list   | unix_fd_list
    
    Also remove dependency on case crate now that it is no longer needed.
    tmiasko committed Apr 19, 2018
    Copy the full SHA
    6d780f9 View commit details
    Browse the repository at this point in the history